@charset "UTF-8";

html {  font-family: arial, verdana, proxima-nova, futura ; background-image: url("../resimler/background-image.jpg");  background-color: #000; background-repeat: no-repeat; background-size: cover;}

.container { width: 1600px;  }

#flex { display: flex; flex-direction: column; align-items: center; margin: 15rem 0rem; justify-content: center;}

#logo  { width: 600px;}

#coming-soon { color: #fe9322; font-size: 35px; font-family: optima; margin-bottom: -30px; margin-top: -20px; }

#e-ticaret { color: #fff;  font-size: 25px;}

/*#e-posta { color: #fff;  font-size: 20px; text-decoration: none; transition: all 0.3s; text-align: center;}

#e-posta:hover { color: #fe9322;}

#e-posta1 { transition: all 0.5s; }

#e-posta1:hover { transform: scale(1.1); }*/


@media screen and (max-width: 900px){
	  html {  background-image: url("../resimler/background-image-1080.jpg"); }
}




@media screen and (max-width: 700px) {
	#logo { width: 470px; }

	#coming-soon { font-size: 20px; }

	html {  background-image: url("../resimler/background-image-1920.jpg"); }
}


@media screen and (max-width: 699px) {
	#logo { width: 300px; }

	#coming-soon { font-size: 20px; }
}
	#e-ticaret { font-size: 21px; }
	

	html {  background-image: url("../resimler/background-image-1920.jpg"); }
}
